#!/bin/bash

echo -e "Reconstructing Mesh and fileds"
reconstructParMesh -constant -mergeTol 1e-6 > log.reconstruct 
reconstructPar >> log.reconstruct 
    
